home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / src / zle_tricky.pro < prev    next >
Encoding:
Text File  |  1994-05-24  |  2.2 KB  |  55 lines

  1. int usetab DCLPROTO((void));
  2. void completeword DCLPROTO((void));
  3. void menucompleteword DCLPROTO((void));
  4. void listchoices DCLPROTO((void));
  5. void spellword DCLPROTO((void));
  6. void deletecharorlist DCLPROTO((void));
  7. void expandword DCLPROTO((void));
  8. void expandorcomplete DCLPROTO((void));
  9. void menuexpandorcomplete DCLPROTO((void));
  10. void listexpand DCLPROTO((void));
  11. void reversemenucomplete DCLPROTO((void));
  12. void acceptandmenucomplete DCLPROTO((void));
  13. int checkparams DCLPROTO((char *p));
  14. int cmphaswilds DCLPROTO((char *str));
  15. void docomplete DCLPROTO((int lst));
  16. void do_menucmp DCLPROTO((int lst));
  17. void addx DCLPROTO((char **ptmp));
  18. char *get_comp_string DCLPROTO((void));
  19. void doexpansion DCLPROTO((char *s,int lst,int explincmd));
  20. void gotword DCLPROTO((char *s));
  21. void inststrlen DCLPROTO((char *str,int move,int len));
  22. char *quotename DCLPROTO((char *s,char **e,char **te,int *pl));
  23. void addmatch DCLPROTO((char *s,char *t));
  24. void maketildelist DCLPROTO((void));
  25. char *rembslash DCLPROTO((char *s));
  26. int getcpat DCLPROTO((char *str,int cpatindex,char *cpat,int class));
  27. Compctl get_ccompctl DCLPROTO((Compctl occ,int *compadd,int incmd));
  28. void dumphtable DCLPROTO((Hashtab ht,int what));
  29. char *getreal DCLPROTO((char *str));
  30. void gen_matches_files DCLPROTO((int dirs,int execs,int all));
  31. void quotepresuf DCLPROTO((char **ps));
  32. void docompletion DCLPROTO((char *s,int lst,int incmd));
  33. char **get_user_var DCLPROTO((char *nam));
  34. int strbpcmp DCLPROTO((const void *a,const void *b));
  35. void do_ambiguous DCLPROTO((void));
  36. int ztat DCLPROTO((char *nam,struct stat *buf,int ls));
  37. void do_single DCLPROTO((char *str));
  38. void do_ambig_menu DCLPROTO((void));
  39. int strpfx DCLPROTO((char *s,char *t));
  40. int strsfx DCLPROTO((char *s,char *t));
  41. int pfxlen DCLPROTO((char *s,char *t));
  42. int sfxlen DCLPROTO((char *s,char *t));
  43. int printfmt DCLPROTO((char *fmt,int n,int dopr));
  44. void listmatches DCLPROTO((void));
  45. void listtlist DCLPROTO((Lklist l));
  46. void listlist DCLPROTO((Lklist l));
  47. void selectlist DCLPROTO((Lklist l));
  48. int doexpandhist DCLPROTO((void));
  49. void magicspace DCLPROTO((void));
  50. void expandhistory DCLPROTO((void));
  51. char *getcurcmd DCLPROTO((void));
  52. void processcmd DCLPROTO((void));
  53. void expandcmdpath DCLPROTO((void));
  54. void expandorcompleteprefix DCLPROTO((void));
  55.